home *** CD-ROM | disk | FTP | other *** search
- object AbortForm: TAbortForm
- Left = 200
- Top = 97
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Printing...'
- ClientHeight = 112
- ClientWidth = 265
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 233
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 32
- Width = 233
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label2'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 48
- Width = 233
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Label3'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- end
- object BitBtn1: TBitBtn
- Left = 88
- Top = 80
- Width = 89
- Height = 27
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkAbort
- end
- end
-